From 3ba58ae9878c284dd41b2b20aec7bc8cf5555824 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Tue, 10 Apr 2018 15:13:26 +0100 Subject: [PATCH] add the inverse `is_not has_installed_exe` assertion --- tests/testsuite/install.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testsuite/install.rs b/tests/testsuite/install.rs index 8e3baa8cf..f6d9bf103 100644 --- a/tests/testsuite/install.rs +++ b/tests/testsuite/install.rs @@ -1050,6 +1050,7 @@ fn installs_from_cwd_with_2018_warnings() { or use --path or --git to specify alternate source\ "), ); + assert_that(cargo_home(), is_not(has_installed_exe("foo"))); } #[test] -- 2.30.2